docs: fix broken links
authorBilal Elmoussaoui <bil.elmoussaoui@gmail.com>
Thu, 27 May 2021 00:18:23 +0000 (00:18 +0000)
committerBilal Elmoussaoui <bil.elmoussaoui@gmail.com>
Thu, 27 May 2021 00:18:23 +0000 (00:18 +0000)
gdk/gdkapplaunchcontext.c
gdk/gdkdrawcontext.c
gdk/gdkseat.c
gtk/gtkcolumnview.c
gtk/gtkfilechooserdialog.c
gtk/gtklabel.c
gtk/gtkscrollbar.c
gtk/gtktextbuffer.c

index 9c9e99d58e20aa930e446d79b629665e97e650ba..f68a4c4d524e7c9b3e2675ef1504c8beb24a489e 100644 (file)
@@ -272,7 +272,7 @@ gdk_app_launch_context_set_icon (GdkAppLaunchContext *context,
  * Sets the icon for applications that are launched with this context.
  *
  * The @icon_name will be interpreted in the same way as the Icon field
- * in desktop files. See also [method@Gdk.AppLaunchContext.set_icon()].
+ * in desktop files. See also [method@Gdk.AppLaunchContext.set_icon].
  *
  * If both @icon and @icon_name are set, the @icon_name takes priority.
  * If neither @icon or @icon_name is set, the icon is taken from either
index c1833468a8efdb9b6268e6bad9612f6f595d3856..d377c227a2fac2b3dddd770f68b7043b73081216 100644 (file)
@@ -271,7 +271,7 @@ gdk_draw_context_get_surface (GdkDrawContext *context)
  * Note that the @region passed to this function is the minimum region that
  * needs to be drawn and depending on implementation, windowing system and
  * hardware in use, it might be necessary to draw a larger region. Drawing
- * implementation must use [method@Gdk.DrawContext.get_frame_region() to
+ * implementation must use [method@Gdk.DrawContext.get_frame_region] to
  * query the region that must be drawn.
  *
  * When using GTK, the widget system automatically places calls to
index a03081b2a8262f3e6bce1b39f1c40daf691a4b1e..80abf8eeec0bc668d070cea957b49cc781e0ffd1 100644 (file)
@@ -150,7 +150,7 @@ gdk_seat_class_init (GdkSeatClass *klass)
    *
    * The tool may later be assigned to a device (i.e. on
    * proximity with a tablet). The device will emit the
-   * [signalGdkDevice::tool-changed] signal accordingly.
+   * [signal@Gdk.Device::tool-changed] signal accordingly.
    *
    * A same tool may be used by several devices.
    */
index 7aeb8a285ae311a2366c16277f58d7eaa85ec6ce..f475707155f1e54f476fb4210d06f3db66197cc3 100644 (file)
@@ -54,7 +54,7 @@
  * this item.
  *
  * The [property@Gtk.ColumnView:show-row-separators] and
- * [propertyGtk.ColumnView:show-column-separators] properties offer a simple way
+ * [property@Gtk.ColumnView:show-column-separators] properties offer a simple way
  * to display separators between the rows or columns.
  *
  * `GtkColumnView` allows the user to select items according to the selection
index 76f2d3e9011c5acbc92285e93b97d7301b9da611..754aebc6503e2ab305296e76cf9b9049ec25886c 100644 (file)
  * - To choose a folder instead of a filem use %GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER.
  *
  * In general, you should only cause the file chooser to show a specific
- * folder when it is appropriate to use [method@Gtk,FileChooser.set_file],
+ * folder when it is appropriate to use [method@Gtk.FileChooser.set_file],
  * i.e. when you are doing a “Save As” command and you already have a file
  * saved somewhere.
 
index 75eab9352974caf9edfc2b5e36b60124c21d2849..48f363b3c1feb0d6fdafaed3d8279873097d68d2 100644 (file)
@@ -3634,7 +3634,7 @@ gtk_label_set_markup (GtkLabel    *self,
  * indicating that they represent a keyboard accelerator called a mnemonic.
  *
  * The mnemonic key can be used to activate another widget, chosen
- * automatically, or explicitly using method@Gtk.Label.set_mnemonic_widget].
+ * automatically, or explicitly using [method@Gtk.Label.set_mnemonic_widget].
  */
 void
 gtk_label_set_markup_with_mnemonic (GtkLabel    *self,
index bdd6d21eab9a5045d0d38253e558148652711b38..50d8be508160bbe49f7cf7ed1a1009937bc37e41 100644 (file)
@@ -44,7 +44,7 @@
  * ![An example GtkScrollbar](scrollbar.png)
  *
  * Its position and movement are controlled by the adjustment that is passed to
- * or created by [ctor@Gtk.Scrollbar.new]. See [class.Gtk.Adjustment] for more
+ * or created by [ctor@Gtk.Scrollbar.new]. See [class@Gtk.Adjustment] for more
  * details. The [property@Gtk.Adjustment:value] field sets the position of the
  * thumb and must be between [property@Gtk.Adjustment:lower] and
  * [property@Gtk.Adjustment:upper] - [property@Gtk.Adjustment:page-size].
index 473e3e3deb3851aa1f3ac052911ce209275b6aac..5d550e537289e52b4cbce0ecaeab14dffe587e35 100644 (file)
@@ -561,7 +561,7 @@ gtk_text_buffer_class_init (GtkTextBufferClass *klass)
    * revalidate it). The default signal handler revalidates
    * it to point to the end of the inserted text.
    *
-   * See also: [method@Gtk,TextBuffer.insert],
+   * See also: [method@Gtk.TextBuffer.insert],
    * [method@Gtk.TextBuffer.insert_range].
    */
   signals[INSERT_TEXT] =